github.com/jackc/pgx/v5/pgconn.pipelineRequestEvent.BeforeFlushOrSync (field)

5 uses

	github.com/jackc/pgx/v5/pgconn (current package)
		pgconn.go#L2222: 	BeforeFlushOrSync bool
		pgconn.go#L2255: 		if val.BeforeFlushOrSync {
		pgconn.go#L2258: 		val.BeforeFlushOrSync = true
		pgconn.go#L2288: 		if !(val.WasSentToServer && val.BeforeFlushOrSync) {
		pgconn.go#L2713: 		p.state.requestEventQueue.PushFront(pipelineRequestEvent{RequestType: pipelineSyncRequest, WasSentToServer: true, BeforeFlushOrSync: true})